<!DESCRIPTION>Sometimes it's convenient to have shown the calendar for multiple months. With that in mind, Ada's script displays the last, present, and next month's calendar. Customizable background color and font size.
<!/DESCRIPTION>
<!CATEGORY>Calenders<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- Simply insert the below code to the <BODY> section of your page: -->
<SCRIPT LANGUAGE="JavaScript">
/*
3-month calendar script- Ada Shimar (adashimar@chalktv.com)
*/
//Specify bgcolor of calendar
var bg="#FFFFE1"
//Specify font size
var fs=2
var flg = 0;
//var fs = 1;
M = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
D = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");